Apex Movement
01/13/25
Swift, SwiftUI, SwiftData
Apex Training Conversion to SwiftData
I took what I had built in the Apex Training Project and converted it to use SwiftData instead of Google Firebase. I finished adding all the required functionality to make it useful in the gym. This project is the first version I rolled out to TestFlight.
Welcome
Welcome screen before the user begins the onboarding steps

Create First Program
The first program, workout, and exercise are entered to create the first template program.

Edit Program
The program can be edited to include more workouts and exercises after it’s been created. Tapping on a workout brings the user to a detail view for the workout.

Edit Workout
The workout name can be changed. Exercises can be added, edited, and deleted.

Edit Exercise
The exercise template includes the exercise name, the number of sets, and the number of reps.

Begin Program
Created programs appear on the Home tab. Beginning a program will select it as the active program and keep it on the Home tab.

Start Workout
The workouts are listed along with their exercises and sets. Tapping start will begin the workout.

Log Workout
Exercises are grouped into three categories based on status. Exercises can be added or removed from the workout to allow for more flexibility in the gym.

Add Exercise
Adding an exercise requires the same exercise, set, and reps information as the template.

Log Sets
Tapping on an exercise navigates to log the sets. The weight performed is entered and can be edited along with the reps by tapping on the set row.

Edit Set
Both the weight and reps can be changed for completed sets.

Workout History
The program history tab includes the pages for workout and program history.

Completed Workout
The exercises, sets, reps, and weights used are displayed for the user to look back at in future workouts.

Program History
Completed programs can be found in the programs page of the history tab.

Completed Program
The completed program displays the program information and all the workouts completed while it was active.
